xentrace: Move the global variable t_info_first_offset into calculate_tbuf_size()
authorOlaf Hering <olaf@aepfle.de>
Mon, 9 May 2011 08:58:36 +0000 (09:58 +0100)
committerOlaf Hering <olaf@aepfle.de>
Mon, 9 May 2011 08:58:36 +0000 (09:58 +0100)
commit0d86239d13ee7b283d0f2c0e5aa6af3201b0b542
tree2acea287f4078dde32a5adf0afbae655e3484a1a
parentb14b2f006316917cfac2a2dfa8321aa0625dff5f
xentrace: Move the global variable t_info_first_offset into calculate_tbuf_size()

Move the global variable t_info_first_offset into
calculate_tbuf_size() because it is only used there. Change the type
from u32 to uint32_t to match type in other places.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
xen/common/trace.c